Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Added ezlupdate, a useful program to track ezpublish translations #8943

Closed
wants to merge 2 commits into from

Conversation

alafon
Copy link
Contributor

@alafon alafon commented Dec 2, 2011

This is a cool tool since it's going to track all the changes done in your templates & php files, and If needed it will update the .ts file for each language.
The sources are packaged in the eZ Publish tarball. I was forced to download the whole archive to make sure that once it is extracted, it generates a folders tree with the needed depth because the QT project (ezlupdate.pro) has a hardcoded destination folder (../../../bin/macosx/)... If you see another way to do that, feel free.

Dir.chdir "support/ezlupdate-qt4.5/ezlupdate"
# Use the qmake installation done with brew
# because others installations can make a mess
system "/usr/local/bin/qmake ezlupdate.pro"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't hardcode /usr/local/bin here, because we support Homebrew installs in other locations.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use #{HOMEBREW_PREFIX}/bin/qmake ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn! 2nd time I make the mistake.
Fixed
Thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you forgot a make after qmake

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, actually you can't see it because we are in a "commenting mode"

@alafon
Copy link
Contributor Author

alafon commented Jan 20, 2012

Hi guys, please let me know if something else is needed before you can merge this one :)

@adamv
Copy link
Contributor

adamv commented Mar 12, 2012

Added as e1bd38a - sorry about the delay.

@adamv adamv closed this Mar 12, 2012
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants